home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 118 / cd-rom 118.iso / aplic / open / openofficeorg4.cab / test_longexp.py < prev    next >
Encoding:
Text File  |  2005-02-15  |  62 b   |  6 lines

  1.  
  2. REPS = 65580
  3.  
  4. l = eval("[" + "2," * REPS + "]")
  5. print len(l)
  6.